.titulo-cards1{
    font-size: 2.3rem;
    font-weight: 900;
    line-height: 2.5rem;
    font-family: "Poppins", sans-serif !important;
    background: #000046;
    background: linear-gradient(100deg, #000046 0%, #1CB5E0 100%);
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent; 
    margin-top: 1rem !important;
    margin-bottom: 6rem !important;
}



.card-cont{
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background-image: url('./../images/BACKGROUND2.webp');
    background-size: cover;
    padding: 2% 2%;
    min-height: 50vh !important;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
}

.text-card1{
    font-family: "Poppins", sans-serif !important;
    font-weight: bold;
    font-size: 0.8rem;
    color: var(--font-color);
}

.text-card2{
    font-family: "Poppins", sans-serif !important;
    font-weight: 600;
    font-size: 1.6rem;
    color: var(--font-color);
}

.text-card3{
    font-family: "Poppins", sans-serif !important;
    font-weight: bold;
    font-size: 0.8rem;
    text-decoration: underline;
    color: var(--font-color);
    cursor: pointer; 
}



.iconCard{
    
    height: 70%;
    text-align: end;
}

.setaCard{
    width: 6%;
    height: 6%;
}

@media only  screen and (max-width: 1200px) and (min-width: 561px) {


    /* Cards1 */
    .setaCard{
        margin-left:0; 
        width: 10%;
        height: 10%;
    }

    .titulo-cards1{
        font-size: 2.0rem;
        margin-bottom: 2.5rem !important;
        margin-top: 3rem !important;
    }

    .card-cont{
        padding: 4% 4%;
        min-height: 30vh !important;
    }

    .text-card1{
        font-size: 1rem;
    }
    
    .text-card2{
        font-weight: 600;
        font-size: 1.6rem;
    }
    
    .text-card3{
        font-size: 1rem;
        cursor: pointer; 
    }

    .iconCard{
    
        height: 80%;
        text-align: end;
    }

    
}

@media only screen and (max-width: 560px) {


    /* Cards1 */
    .setaCard{
        margin-left:0; 
        width: 11%;
        height: 11%;
    }

    .titulo-cards1{
        font-size: 2.0rem;
        margin-bottom: 2.5rem !important;
        margin-top: 3rem !important;
    }

    .card-cont{
        padding: 4% 4%;
        min-height: 30vh !important;
    }

    .text-card2{
        font-size: 1.1rem;
    }


    
}